home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1995 August: Tool Chest
/
Dev.CD Aug 95 TC
/
Dev.CD Aug 95 TC.toast
/
Sample Code
/
AOCE Sample Code
/
SampleTemplate
/
Sample Template
/
Source
/
Track.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-23
|
397 b
|
18 lines
|
[
TEXT/MPS
]
// We store the Track properties in a common header since
// they are used both by the sublist view in the Album
// and by the track
#define prTrackNumber kDETFirstDevProperty
#define prTrackMinutes (kDETFirstDevProperty + 1)
#define prTrackSeconds (kDETFirstDevProperty + 2)
#define prTrackComposer (kDETFirstDevProperty + 3)
#define prTrackComments (kDETFirstDevProperty + 4)